Schemat bigApi.v1
Element signInError
Schemat bigApi.v1 : Element signInError
Opis
Błąd uwierzytelniania
Błąd podczas próby uwierzytelnienia użytkownika w SIBIG.
Sign in error
User authentication error.
Przestrzeń nazw http://api.big.pl/bigApi/v1/types
Diagram
Element errorType Element responseDateTime Element messageId Sequence Element signInError
Przegląd
signInError
Błąd uwierzytelniania
Błąd podczas próby uwierzytelnienia użytkownika w SIBIG.
Sign in error
User authentication error.
Sequence
messageId Typ prosty messageId
Identyfikator komunikatu
Ciąg znaków jednoznacznie identyfikujący komunikat o błędzie uwierzytelniania.
Message id
String uniquely identifying the message.
responseDateTime xs:dateTime
Data i czas odpowiedzi
Response date and time.
errorType Typ prosty signInErrorEnum
Rodzaj błędu uwierzytelniania
Kod identyfikujący powód wystąpienia błędu uwierzytelnienia.
Sign in error type
Code identifying cause of the authentication error.
Źródło
<xs:element name="signInError" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Błąd uwierzytelniania</div>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Błąd podczas próby uwierzytelnienia użytkownika w SIBIG.</div>
      <div class="nazwa en-GB" xmlns="http://www.w3.org/1999/xhtml">Sign in error</div>
      <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">User authentication error.</div>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="messageId" type="ba:messageId">
        <xs:annotation>
          <xs:documentation>
            <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Identyfikator komunikatu</div>
            <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Ciąg znaków jednoznacznie identyfikujący komunikat o błędzie uwierzytelniania.</div>
            <div class="nazwa en-GB" xmlns="http://www.w3.org/1999/xhtml">Message id</div>
            <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">String uniquely identifying the message.</div>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="responseDateTime" type="xs:dateTime">
        <xs:annotation>
          <xs:documentation>
            <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Data i czas odpowiedzi</div>
            <div class="nazwa en-GB" xmlns="http://www.w3.org/1999/xhtml">Response date and time.</div>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="errorType" type="ba:signInErrorEnum">
        <xs:annotation>
          <xs:documentation>
            <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Rodzaj błędu uwierzytelniania</div>
            <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Kod identyfikujący powód wystąpienia błędu uwierzytelnienia.</div>
            <div class="nazwa en-GB" xmlns="http://www.w3.org/1999/xhtml">Sign in error type</div>
            <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Code identifying cause of the authentication error.</div>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Zobacz także
Schemat bigApi.v1